home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Demos / AppMaker 2.0b3 / Demo AppMaker 1.5 / Demo AppMaker™ / Demo AppMaker™.rsrc / TmCT_1_GenWhat < prev    next >
Encoding:
Text File  |  1992-04-08  |  641 b   |  23 lines

  1.     %if not fileExists appname+Main.c%
  2.         %genfile Main appname+Main.c%
  3.     %endif%
  4.     %if not fileExists appname+Data.c%
  5.         %genfile Data appname+Data.c%
  6.         %genfile Data.h appname+Data.h%
  7.     %endif%
  8.     %genfile zApp z+appname+App.c%
  9.     %genfile zApp.h z+appname+App.h%
  10.     %if not fileExists appname+App.c%
  11.         %genfile App appname+App.c%
  12.         %genfile App.h appname+App.h%
  13.     %endif%
  14.     %genfile zDoc z+appname+Doc.c%
  15.     %genfile zDoc.h z+appname+Doc.h%
  16.     %if not fileExists appname+Doc.c%
  17.         %genfile Doc appname+Doc.c%
  18.         %genfile Doc.h appname+Doc.h%
  19.     %endif%
  20.     %for each window gen sourcefile%
  21.     %for each dialog gen sourcefile%
  22.     %genfile ResourceDefs.h ResourceDefs.h%
  23.